face template - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

face template - перевод на русский

BEHAVIORAL DESIGN PATTERN IN OBJECT-ORIENTED PROGRAMMING WHICH DEFINES THE HIGH-LEVEL SKELETON OF AN OPERATION TO BE IMPLEMENTED BY HELPER METHODS
Template method; Template method design pattern; Template Pattern; Template pattern; Template Method; Template Method pattern; Template Method Pattern; Hook method

face template      

общая лексика

разметочный шаблон

coal face         
MINING TERM FOR THE SURFACE WHERE THE MINING WORK IS ADVANCING
Coal face; Mine face; Pit face

добыча полезных ископаемых

угольный забой

mine face         
MINING TERM FOR THE SURFACE WHERE THE MINING WORK IS ADVANCING
Coal face; Mine face; Pit face

нефтегазовая промышленность

забой подземной выработки

Определение

template
(templates)
1.
A template is a thin piece of metal or plastic which is cut into a particular shape. It is used to help you cut wood, paper, metal, or other materials accurately, or to reproduce the same shape many times.
Trace around your template and transfer the design onto a sheet of card.
N-COUNT
2.
If one thing is a template for something else, the second thing is based on the first thing.
The deal is likely to provide a template for other agreements.
N-COUNT: usu sing

Википедия

Template method pattern

In object-oriented programming, the template method is one of the behavioral design patterns identified by Gamma et al. in the book Design Patterns. The template method is a method in a superclass, usually an abstract superclass, and defines the skeleton of an operation in terms of a number of high-level steps. These steps are themselves implemented by additional helper methods in the same class as the template method.

The helper methods may be either abstract methods, in which case subclasses are required to provide concrete implementations, or hook methods, which have empty bodies in the superclass. Subclasses can (but are not required to) customize the operation by overriding the hook methods. The intent of the template method is to define the overall structure of the operation, while allowing subclasses to refine, or redefine, certain steps.

Как переводится face template на Русский язык